Search found 6 matches

by Lord Asriel
Fri Dec 16, 2011 8:39 pm
Forum: C++ Development
Topic: Sockets FAQ/Tutorial
Replies: 31
Views: 95595

Re: Sockets FAQ/Tutorial

This might be a good FAQ, but it is in no way a tutorial. It is meant to take people that know at least 40% of the subject to higher knowledge areas. However, people with 1% like me stand no chance. So, could you plase elaborate more OR point me to the right direction? I tried one of the links sugge...
by Lord Asriel
Thu Dec 08, 2011 1:17 pm
Forum: wxDev-C++
Topic: Runs on wxdevc++, but not on OS!
Replies: 6
Views: 4534

Re: Runs on wxdevc++, but not on OS!

That was it! I changed the return type to string and it worked! Thanks a lot! Admin please mark as solved!
by Lord Asriel
Thu Dec 08, 2011 9:48 am
Forum: wxDev-C++
Topic: Runs on wxdevc++, but not on OS!
Replies: 6
Views: 4534

Re: Runs on wxdevc++, but not on OS!

The problem analytically: There is a single (wx)Button. When it is pressed, some of my routines may be run, some others not, but in the end the values of the two rich text controls are set to one of my functions each. The program is about saving edges of a graph in a 2-D sparse array (linked list), ...
by Lord Asriel
Tue Dec 06, 2011 9:57 am
Forum: wxDev-C++
Topic: Runs on wxdevc++, but not on OS!
Replies: 6
Views: 4534

Re: Runs on wxdevc++, but not on OS!

This is quite heavy-duty for me, I marginally know what a DLL is, so please be easy on me! I read the Dependency Walker's healp file, and I'm not sure what I should do. In the "Module List View", there are two entries, GPSVC.DLL and IESHIMS.DLL with "Error opening file, the system can...
by Lord Asriel
Mon Dec 05, 2011 11:34 pm
Forum: wxDev-C++
Topic: Runs on wxdevc++, but not on OS!
Replies: 6
Views: 4534

Runs on wxdevc++, but not on OS!

Hello all! I made a program, using wxwidgets (one dialog with a few controls in it including two richtext controls). When I F9 "Compile & Run" it, it runs PERFECTLY. However, when I run the .exe on my project's output folder, it most certainly doesn't! What could be causing such an irr...
by Lord Asriel
Thu Nov 17, 2011 1:39 am
Forum: wxDev-C++
Topic: Communication between frames
Replies: 1
Views: 2045

Communication between frames

Hello everybody. I am very, VERY new to wxwdigets and I've only checked a couple of tutorials. I have a uni project of making a sparse array. Details are not needed, it just has three functions: insert, delete, and print. So I thought I'd make a "central" frame with the appropriate three b...