Hi,
I'm a bit new to the environment but I managed after tweaking a little here and there to have a basic Dark GDK project running without trouble and wizards working too.
Now I'm trying a bigger project myself but I find a warning that apparently comes out from time to time (have read in other threads here and in other forums), but also I find 2 errors that came out due to the use of "malloc" and "free", I have read a lot of solutions about linking to some other lib (msvcrt.lib and msvcrtd.lib) but since the configuration for the Dark GDK involves also some of those I can't fix the issue the same way others did using some other sdk.
Here are the warning and errors I had:
1>libcpmtd.lib(xdebug.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __malloc_dbg referenced in function "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)
1>libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __free_dbg referenced in function "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)
I know I can live with the warning but I post the whole list since maybe they are related, as I said I'm not an expert into this
Any help or suggestions are welcome, thanks in advance