Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using pjspidll.dll in a C++ project #42

Open
GoogleCodeExporter opened this issue Sep 4, 2015 · 0 comments
Open

Using pjspidll.dll in a C++ project #42

GoogleCodeExporter opened this issue Sep 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I built the PJSIP library 0.9.0
2. Included the pjsipdll vcproj as suggested in 
https://sites.google.com/site/sipekvoip/Home/documentation/pjsipwrapper/pjsipwra
pper-for-windows

And built the project successfully to obtain pjsipDlld.dll file

3. Now I've made a cpp project where I've included the pjsipDll.h and added the 
pjsipDll.dll file. In the main, I am trying to call

dll_makeCall(1234,"abcd");

I built the project then, 
I receive the following error
Error   1   fatal error LNK1302: only support linking safe .netmodules; unable to 
link ijw/native 
.netmodule  g:\July\9.0\pjproject-0.9.0\newProject\newProject\pjsipDll.dll  1   newP
roject

Is my approach correct, what do need to change to use the functions and build 
my custom program for it.

I'm using SIPEK and not SIPEK2

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by vinu.vik...@gmail.com on 29 Jun 2012 at 7:06

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant