Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-11-2002, 10:31 AM   #1
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
Microzoft Visual Studio question.....any programmers here?

i've always developed code for unix and i'm fairly new to this shit


first question:

when i install visual studio, IE starts giving me a message alert with a sound for every single javascript error on web pages while i am surfing.. it's pretty annoying.. it keeps on asking me if i want to debug it or not.. i cant figure out how to turn that shit off..


second question:

this is on visual c++
for example i code some OpenGL stuff and i needed to download and add the libraries to visual studio library folders. then i also had to put a dll file into my system folder so the executable could work.. windows doesnt have the OpenGL dll file by default.. so if i send the executable to someone else, he needs to get it too..
how do i make it so that it isnt dynamically linked and works by itself without the dll file? i heard there is a compile option for that but couldnt find it..


any help apreciated

Lane
__________________
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 10:34 AM   #2
DTK
Confirmed User
 
DTK's Avatar
 
Industry Role:
Join Date: Feb 2002
Location: The 510
Posts: 4,545
Quote:
Originally posted by Lane
i've always developed code for unix and i'm fairly new to this shit


first question:

when i install visual studio, IE starts giving me a message alert with a sound for every single javascript error on web pages while i am surfing.. it's pretty annoying.. it keeps on asking me if i want to debug it or not.. i cant figure out how to turn that shit off..

Lane
Tools>>Internet Options>>Advanced>>Disable Script Debugging
DTK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 10:35 AM   #3
Brian911
Confirmed User
 
Join Date: Dec 2001
Posts: 654
its called "dynamic debugging" or so... but something with 'debug' for sure, just turn it off and the errors are gone.
__________________
- Brian
[ a directive occured while processing this error ]

Last edited by Brian911; 05-11-2002 at 10:36 AM..
Brian911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 10:40 AM   #4
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
cool thanks a lot


can someone answer my second question too?
__________________
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 10:51 AM   #5
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Nope, I ran into the same thing. I have been screwing around with an OpenGL Winamp visualization for a long time and have the same problem. There's got the be an easy solution, but I am a Perl programmer by nature. This visual environment screws with my head.
__________________
I like pie.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 11:43 AM   #6
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
There is an option for static linking, but I haven't looked at vs for a long time. It's wherever compiler options are.. there's a 3 or 4 page "booklet" dialog with compiler options including debug level and compiler/linker options.
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 02:17 PM   #7
spanky
Confirmed User
 
Industry Role:
Join Date: Apr 2002
Posts: 231
You'll need the static versions of the libraries and the object files for the linker. The same with *nix: you'd need the lib.o (object file) not the lib.a/lib.so (shared module). A dll is not compiled for static linking, it is by definition compiled to be dynamically linked in at run time. I don't know much about opengl (never took it much further than writting a 3D tetris game ) except that normally the video hardware manufacturers distribute opengl drivers as some video cards support more opengl stuff than others (on board textures, extended primitives, lighting effects, etc)... I wouldn't know if you could find opengl object files for static linking.


cheers

Last edited by spanky; 05-11-2002 at 02:33 PM..
spanky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-11-2002, 03:34 PM   #8
railz
Confirmed User
 
Join Date: Nov 2001
Posts: 2,531
Go download the M$ DirectX8.1 SDK - lots of fun to be had with Direct3D and OPenGL

http://msdn.microsoft.com/downloads/.../114/topic.xml
__________________
This Space for Rent
railz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.