Hi,
I first made the gdkengine.dll file with my plugins from the dark studio bonanza except darkphysic, i used darkdynamics instead.
so i proceeded to follow all the creating a project steps for vs2010.
i did it all by the letter, however i get these errors when compiled.
1>------ Build started: Project: gdk 2 sample, Configuration: Debug Win32 ------
1>main.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl windowEvent(void)" (?windowEvent@@YAIXZ) referenced in function _WinMain@16
1>main.obj : error LNK2019: unresolved external symbol "struct HWND__ * __cdecl openWindow(int,int,int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,bool)" (?openWindow@@YAPAUHWND__@@HHHHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H_N@Z) referenced in function _WinMain@16
1>main.obj : error LNK2019: unresolved external symbol "bool __cdecl initDarkGDK(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?initDarkGDK@@YA_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function _WinMain@16
1>c:\users\john i5\documents\visual studio 2010\Projects\gdk 2 sample\Debug\gdk 2 sample.exe : fatal error LNK1120: 3 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
anyone know what i did wrong? this is a win32 error i beleive so i must have messed up the configuration but i can't find where. anyideas?
thanks
=Arkii=
Heres Johnny