From s0512840 at fhtw-berlin.de Sat Jan 17 11:18:53 2009 From: s0512840 at fhtw-berlin.de (Ben) Date: Sat, 17 Jan 2009 16:18:53 +0000 (UTC) Subject: [Agar] =?utf-8?q?windows_and_AG=5FFileDlg?= Message-ID: Hi everyone, I have trouble getting the AG_FileDlg to work properly under windows. My problem is that I cannot get any higher in the file hierarchy than my current working dir. That means if I am in C:\Dev\agarproject\cwd I can display the files in there without trouble and I can also access all the directories within \cwd and jump out of them again. But there is no way I can jump up to C:\Dev\agarproject. I tried to set c:\ as a new starting dir using AG_FileDlgSetDirectory() but that didn't work either. It seems to me as if Agar has trouble with the windows file system. Does anybody have an idea how to solve this problem? Thanks in advance, Ben From vidhyan.v at honeywell.com Mon Jan 19 04:02:01 2009 From: vidhyan.v at honeywell.com (Vidhyan) Date: Mon, 19 Jan 2009 09:02:01 +0000 (UTC) Subject: [Agar] Linker Error While compiling demo file - Linear.c Message-ID: I am Using Visual Studio 6 sp5 and Windows Xp sp3... I am Trying to compile the demo file linear and the following linker error are occuring... Plz help on that. Linking... linear.obj : error LNK2001: unresolved external symbol __imp__glEnd at 0 linear.obj : error LNK2001: unresolved external symbol __imp__glColor3f at 12 linear.obj : error LNK2001: unresolved external symbol __imp__glVertex3fv at 4 linear.obj : error LNK2001: unresolved external symbol _sgVecOps3 linear.obj : error LNK2001: unresolved external symbol __imp__glBegin at 4 linear.obj : error LNK2001: unresolved external symbol _AG_WindowShow linear.obj : error LNK2001: unresolved external symbol _AG_FSpinbuttonSetIncrement linear.obj : error LNK2001: unresolved external symbol _AG_WidgetBind linear.obj : error LNK2001: unresolved external symbol _AG_FSpinbuttonNew linear.obj : error LNK2001: unresolved external symbol _AG_BoxNew linear.obj : error LNK2001: unresolved external symbol _AG_WindowSetPosition linear.obj : error LNK2001: unresolved external symbol _AG_WindowSetCaption linear.obj : error LNK2001: unresolved external symbol _AG_WindowNew linear.obj : error LNK2001: unresolved external symbol _AG_Destroy linear.obj : error LNK2001: unresolved external symbol _AG_EventLoop_FixedFPS linear.obj : error LNK2001: unresolved external symbol _sgMatOps44 linear.obj : error LNK2001: unresolved external symbol _AG_WindowSetGeometryRect linear.obj : error LNK2001: unresolved external symbol _agView linear.obj : error LNK2001: unresolved external symbol _SG_ViewNew linear.obj : error LNK2001: unresolved external symbol _AG_ObjectAttach linear.obj : error LNK2001: unresolved external symbol _AG_ObjectSetName linear.obj : error LNK2001: unresolved external symbol _AG_ObjectInit linear.obj : error LNK2001: unresolved external symbol _AG_RegisterClass linear.obj : error LNK2001: unresolved external symbol _SG_New linear.obj : error LNK2001: unresolved external symbol _agColors linear.obj : error LNK2001: unresolved external symbol _SDL_MapRGB linear.obj : error LNK2001: unresolved external symbol _agVideoFmt linear.obj : error LNK2001: unresolved external symbol _AG_ViewCapture linear.obj : error LNK2001: unresolved external symbol _AG_BindGlobalKey linear.obj : error LNK2001: unresolved external symbol _AG_Quit linear.obj : error LNK2001: unresolved external symbol _SG_InitSubsystem linear.obj : error LNK2001: unresolved external symbol _AG_InitVideo linear.obj : error LNK2001: unresolved external symbol _AG_GetError linear.obj : error LNK2001: unresolved external symbol _AG_InitCore linear.obj : error LNK2001: unresolved external symbol _AG_FatalError LIBCMTD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/linear.exe : fatal error LNK1120: 36 unresolved externals Error executing link.exe. Creating browse info file... linear.exe - 37 error(s) Thanks and Regards Vidhyan V From vidhyan.v at honeywell.com Mon Jan 19 05:26:06 2009 From: vidhyan.v at honeywell.com (Vidhyan) Date: Mon, 19 Jan 2009 10:26:06 +0000 (UTC) Subject: [Agar] =?utf-8?q?=5FSG=5FINTERNAL?= Message-ID: Where is _SG_INTERNAL is defined.... Thanks & Regards Vidhyan V