Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Dev-C++

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

cstollPRO InfinityMember since 2004
Ok any one got experience with this devTool when building the Mappers? I am able to get a good compile by VDJ sees my DLL, but ignores it. I think it has to do with the EXPORT of the DllGetClassObject function.

Dev-C++ wants to create the def file with the following -
; dlltool --base-file C:\DOCUME~1\Owner\LOCALS~1\Temp/cca02388.base --output-exp DAC2.exp --dllname DAC2.dll --output-def libDAC2.def --no-export-all-symbols --add-stdcall-alias --exclude-symbol=DllMainCRTStartup@12 --def C:\DOCUME~1\Owner\LOCALS~1\Temp/cca02388.def --output-lib libDAC2.a

EXPORTS
DllGetClassObject@12 @ 1
DllGetClassObject = DllGetClassObject@12 @ 2


I need to get Dev-C++ to use _DllGetClassObject@12, but if change it in the def then it over writes at compile.

Thanks for any help!
cstoll
 

geposted Fri 29 Dec 06 @ 6:26 pm
cstollPRO InfinityMember since 2004
If you have an answer great, but I switched back to M$ VC++ and have it working now. But still I am interested in any feedback.

cstoll
 

geposted Fri 29 Dec 06 @ 11:49 pm
djcelPRO InfinityModeratorMember since 2004
which SDK? the one for VirtualDJ v4.1 and more ?
 

geposted Sat 30 Dec 06 @ 4:49 pm
cstollPRO InfinityMember since 2004
Yes, the new SDK
 

geposted Sun 31 Dec 06 @ 1:47 am


(Alte Themen und Foren werden automatisch geschlossen)