Login  Register

Re: can't build in Netbeans... this is frustrating!

Posted by Wade Walker on Nov 18, 2011; 3:27pm
URL: https://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3518881.html

That's really odd -- it means the OS can't find the libraries that gluegen-rt.dll itself links to, which are supposed to be in the system32 directory. It depends only on

c:\windows\system32\kernel32.dll
c:\windows\system32\msvcrt.dll

Are those present? I guess msvcrt.dll might be missing if you have an absolutely raw version of Windows -- if so, we can find one somewhere.