Hi, I am trying to compile files, which compiled successfully in jbase 3 on Jbase 5 (on Windows Server 2012), using the below command.
jcompile -R -d "wininet.lib" "advapi32.lib" "psapi.lib" $(SRCPICK) > $(SRCCAPI) $(SRCINI) $(SRCHTTP) $(SRCWINOBJ) $(SRCWINREG) $(SRCDECODE) > $(SRCSTR) -s$(LIBDIR)\$(LIBFILES) Now, when I do that, I am getting the below error Creating library ..\lib\ibLib.lib and object ..\lib\ibLib.exp > ibLib.exp : error LNK2001: unresolved external symbol > CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QEAA@AEBV01@@Z24 > ibLib.exp : error LNK2001: unresolved external symbol > CT??_R0?AVexception@std@@@8??0exception@std@@QEAA@AEBV01@@Z24 > ibLib.exp : error LNK2001: unresolved external symbol > CTA2?AVbad_alloc@std@@ > ibLib.exp : error LNK2001: unresolved external symbol TI2?AVbad_alloc@std@@ > ..\lib\ibLib : fatal error LNK1120: 4 unresolved externals I googled a lot for days, and something I guess is that this is probably being thrown from the .cpp files. Any help in resolving this error would be greatly appreciated. Thank you in advance. Regards Achyuth -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
