
please wait
by Null
Can't compile wxWidgets
|
Hello, I'm tying to compile wxWidgets for Windows. I downloaded wxMSW-2.9.1-Setup.exe and followed this tutorial http://wiki.codeblocks.org/index.php?title=Wx... |
Oct 6, 2010 at 5:12pm
[3 replies] Last: @blackcoder41: I'll try to do everything as you said. Maybe I got thes... (by Null)
|
by rattata
Linker error 2001, unresolved externals
|
VS2010, Win32 Console Project, i want to use MsiGetFileSignatureInformation from a CLI exe to get the cert data from a .cer public key to a file (which is neede... |
Oct 6, 2010 at 1:36pm
[2 replies] Last: And pay attention to that warning. (by kbw)
|
by kkaionsg
overwriting a text file
|
ive written a program, that keeps overwriting each line in a text document, until the end of the document. the only problem is, the act of overwriting causes it... |
Oct 6, 2010 at 5:06am
[no replies]
|
by bigearsbilly
C++ on locked down windows
|
I am at work, non admin on windows XP. Is there any C++ I could install without admin permissions? Qt no. cygwin no. thanks, |
Oct 6, 2010 at 1:07am
[3 replies] Last: It shouldn't be a matter of executing the compiler without admin right... (by closed account S6k9GNh0)
|
by becoolb2
Extendible Hash file
|
Please help me with Extendible hash file. |
Oct 5, 2010 at 9:10pm
[1 reply] : How? -Albatross (by Albatross)
|
by jonjondavid
guide me about my program..
|
guys pls help me how to program a random names with groupings in C++ i have here a code.. my problem is i dont know how to random the names in once only, and i... |
Oct 5, 2010 at 5:30am
[5 replies] Last: hello tnx sir for the reply.. sir can you pls give me a sample source... (by jonjondavid)
|
by Legendman3
Music Player
|
Hey I need some help I want to make a program that pops up says Hello! and theres a button underneath that, and when you click it a song plays. that simple. Any... |
Oct 5, 2010 at 3:17am
[9 replies] Last: You could use the OpenAL library, but it may be more complicated for t... (by nickburress2k2)
|
by meepokman
Using C++ for USB interfacing
|
Hi guys, I'm trying to link a Micro-controller board to my C++ program to control the relays on it. The vendor provided a test software in VB that involved ente... |
Oct 5, 2010 at 2:30am
[3 replies] Last: [quote=Ngen]None of the above conform to the current C++ standard. Wha... (by nickburress2k2)
|
by tianj
Stack overflow at the beginning of program
|
I am trying to inmplement dijkstra's algorithm. When I run my program under Visual studio 2010, it gives me an error immediately without executing any lines in ... |
Oct 5, 2010 at 2:18am
[1 reply] : Does the program link to anything that may cause this error? Because i... (by nickburress2k2)
|
by jken3
Profiling in Visual Studio 2010
|
Sorry for the naive question, but I want to be able to develop a Windows application using Visual Studio and I also want to be able to perform profiling to get ... |
Oct 5, 2010 at 1:14am
[1 reply] : No. You only need to pay $4920 extra dollars for the Premium stuff. :P... (by Albatross)
|
by Ddeath
lib3ds - shared library
|
Hi, I can`t find lib3ds.a anywhere... So can I make it? I downloaded source files how can I make lib3ds.a file from it? |
Oct 4, 2010 at 6:35am
[1 reply] : Usually downloaded source files have make files. These make files are ... (by blackcoder41)
|
by rzv
how to improve a program, GetMessage problem
|
Hi, I wrote a program that searches specific windows for a button with GetPixel and if the button exists it presses it. My code is something like this: ... |
Oct 3, 2010 at 7:33pm
[7 replies] Last: I don't know where hooks are applicable to what you're doing. http://... (by kbw)
|
by erai
OpenGL Glass HUD?
|
Hello I Would like to know how to make somthing that looks like "Glass" the example would be in the game called Pikmin. its in the HUD and i would like to kn... |
Oct 3, 2010 at 5:31pm
[3 replies] Last: You need to draw the images for each digit and for the rectangles, you... (by Bazzy)
|
by tieger
how to export from mdb to xml
|
Hello all! I'm looking for a way to use the export func in ACCESS from inside a cpp code. I need to export a table to XML. For now, all that I came up wi... |
Oct 3, 2010 at 7:23am
[no replies]
|
Getting The Routers IP Address |
Well, I am making a application in Win32, and I need a way to get the Router's IP address, not the Computer's IP address. Anyway on doing that ? Thanks in ad... |
Oct 3, 2010 at 2:13am
[no replies]
|
Compiling in visual studio |
Iam trying to compile in visual studios.But i don't even know where to start. What button should i press? Would this be codable? #include<iostream> ... |
Oct 1, 2010 at 4:00pm
[2 replies] Last: Start by learning how to use it: http://msdn.microsoft.com/en-us/visu... (by cnoeval)
|