![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Vista 32 bit familial premium | probleme vith visual 2005 Hello, I must devellope a programme with visual 2005 and I must ensure that it operates under vista. My program is working properly when I execute from visual, but when I use just the executable, the program crashes. Apparently, the error would be in the file glee.c but I use the last version. There is no probleme with XP. I work on vista 32 familial premium edition SP1, with visual 2005 SP1 for vista. Has someone already had the same kind of probleme? Could someone give me some advice? |
My System Specs![]() |
| | #2 (permalink) |
| Mojave Ultimate x64 | Re: probleme vith visual 2005 Do you have UAC on/off? Does the app access anything that would require admin permissions? |
My System Specs![]() |
| | #3 (permalink) |
| Vista 32 bit familial premium | Re: probleme vith visual 2005 UAC is on, but the app doesn'nt access anything that would require admin permissions. The laptop is not mine, so I wouldn't desactivate UAC but I will try it. |
My System Specs![]() |
| | #4 (permalink) |
| Vista 32 bit familial premium | Re: probleme vith visual 2005 So I turn off UAC and rebuild project but I have alwais the same probleme. It work with visual, but not in solo. When I debug the exe, it show me an error in the file glee.c |
My System Specs![]() |
| | #5 (permalink) |
| Mojave Ultimate x64 | Re: probleme vith visual 2005 Can you post the full error message? |
My System Specs![]() |
| | #6 (permalink) |
| Vista 32 bit familial premium | Re: probleme vith visual 2005 Exception non gérée à 0x00000000 dans ayalBigEXE.exe : 0xC0000005: Violation d'accès lors de la lecture de l'emplacement 0x00000000. sorry for french. line 4716 in glee.c |
My System Specs![]() |
| | #7 (permalink) |
| Vista 32 bit familial premium | Re: probleme vith visual 2005 if you haven't the file glee.c it's here Code: #ifdef __GLEE_WGL_ARB_extensions_string
constchar * __stdcall _Lazy_wglGetExtensionsStringARB(HDC hdc)
{
if (GLeeInit())
return wglGetExtensionsStringARB(hdc); //<-here it is
return (constchar *)0;
}
PFNWGLGETEXTENSIONSSTRINGARBPROC pwglGetExtensionsStringARB=_Lazy_wglGetExtensionsStringARB;
#endif |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Visual Studio 2005 | Vista General | |||
| visual C++ 2005 redistributable. | Vista Games | |||
| Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac | Vista installation & setup | |||
| Visual Studio 2005 | Vista General | |||
| Cannot install Visual C++ 2005 | Vista installation & setup | |||