Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~756 People Reached

4 Posted Topics

Member Avatar for siskaj

Hello. I have problem with compiling this piece of code after "install" of Allegro (according to this http://www.daniweb.com/software-development/cpp/threads/248782/help-installing-allegro-for-bloodshed): #include <conio.h> #include <stdlib.h> #include “allegro.h” int main() { allegro_init(); printf("Allegro version = %s\n", allegro_id); printf("\nPress any key...\n"); getch(); return 0; } END_OF_MAIN(); Because I got these errors: 3:10 ..\GetInfo\main.cpp #include expects …

Member Avatar for siskaj
0
359
Member Avatar for siskaj

I want to work with pdf files (open, search some string of chars, close). I found just [URL="http://wxcode.sourceforge.net/docs/wxpdfdoc/index.html"]this[/URL] and I want to ask you who "know how" to implement it to wxDev cpp (something as a downloand is not available, just pieces of source code). Thanks for answers!

Member Avatar for siskaj
0
71
Member Avatar for collinskawere

I am using dev cpp too. I am using version Dev cpp 4.9.9.2. 2nd posibility (after launch straight from console)you can do is (mean in my version) that you have to, when you want to create some console application, follow this: File/New/Project, there select console application and create it. Then …

Member Avatar for siskaj
0
145
Member Avatar for siskaj

Hello, I'd like to asked you how to enable the windows "popup menu" that is normally launched when the USB, DVD or CD device is inserted because I've had it disabled for about 5 months and I've decided to change it! I think that Kaspersky IS disabled autorun at USB …

Member Avatar for benmar
0
181

The End.