Search Results

Showing results 1 to 40 of 130
Search took 0.01 seconds.
Search: Posts Made By: jan1024188 ; Forum: C++ and child forums
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 682
Posted By jan1024188
NVM, I wont complicate with sounds...
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 682
Posted By jan1024188
Do you know any place where I could get cool screenshot making sound?
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 682
Posted By jan1024188
Thanks salem,

I will try .png, (even if Windows Vista image viewer cant load it). Paint opens it perfectly, so its OK.

HH_MM_SS isnt very helpful. I decided to save as:
3DMV_194903...
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 682
Posted By jan1024188
Hello guys,
I have 2 questions....
1. I don't know what format is the best for saving screenshots in. I have tried .BMP, its good quality, but 5MB per screenshot is just not acceptable.
I have...
Forum: C++ Jun 25th, 2007
Replies: 3
Views: 1,613
Posted By jan1024188
OK, thanks

It works now.
Forum: C++ Jun 24th, 2007
Replies: 3
Views: 1,613
Posted By jan1024188
Hello,

I have a server and client file.

In Client I have
WSADATA WsaData;
SOCKET Socket;
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,119
Posted By jan1024188
Well I am writing a trojan right now...but I dont know how to make OS crash.

All what windows does it locks up.
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,119
Posted By jan1024188
Well I need a good Virus than... :(

I dont want viruses
Forum: C++ Jun 24th, 2007
Replies: 2
Views: 1,081
Posted By jan1024188
hmm...you are right...
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,119
Posted By jan1024188
Hello,

I d like to know how to call Blue screen of death under Windows Xp/Vista.
(link to tutorial appreciated)
Forum: C++ Jun 24th, 2007
Replies: 2
Views: 1,081
Posted By jan1024188
Hello,

I edited a source code I found on a net and now it compiles well. I get a linker error.
1>Linking...
1>MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main...
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,501
Posted By jan1024188
hey vijayan121 you were faster than me !
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,501
Posted By jan1024188
oh winmm.lib was needed
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,501
Posted By jan1024188
Okie dokie..Thanks man

Now I get only this error:
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,501
Posted By jan1024188
Hello,

I have made a "server" using winsocket. Its a console application and I already added wsock32.lib to liker.

Here is error I get (by linker)
1>Linking...
1>server.obj : error LNK2019:...
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,595
Posted By jan1024188
If you want to..... I recommend you WinAPI.
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,595
Posted By jan1024188
There are many API's for making GUI applications.
Here are some.

1. WinAPI: (C based)(MFC is C++ based)
Its a great API and the best solution if you are windows programmer. First code will look...
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,595
Posted By jan1024188
First at all learn WinAPI (Win32). Than you can try with developing 2d games using something like MS DircetDraw or go to 3d game developing ( OpenGL, DX)
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,595
Posted By jan1024188
I also wanted to create a simple 3d games, but I changed my mind very fast.

1.For making games with DX or OpenGL you MUST know WinAPI and C/C++

DirectX 9 and 10 are very difficult to learn, but...
Forum: C++ May 25th, 2007
Replies: 3
Views: 1,224
Posted By jan1024188
I know you cannot find out what I wanted to ask.

I was probably not clear enaught.

I solved my problems anyway
Forum: C++ May 25th, 2007
Replies: 3
Views: 1,224
Posted By jan1024188
Hello

About half year ago I was interested in Direct3D 9/10 programming, but I released that DX isnt for me. Im not really interested into a game development.

I know C/C++ basics, some Win32...
Forum: C++ May 23rd, 2007
Replies: 1
Views: 815
Posted By jan1024188
Solved.

I added Winmm.lib into linker options
Forum: C++ May 23rd, 2007
Replies: 1
Views: 815
Posted By jan1024188
Hello

I found a code on net, and I wanna use some parts of it in my program.

But when I run Linker I get this:
1>Linking...
1>main.obj : error LNK2019: unresolved external symbol...
Forum: C++ May 5th, 2007
Replies: 6
Views: 6,003
Posted By jan1024188
I have Visual Studio 2005, and is really easy to make a resource files (icons, dialogs, menus, version, bitmaps...etc.)
resource.h is generated automatically...
Forum: C++ May 5th, 2007
Replies: 9
Views: 1,637
Posted By jan1024188
thanks for opinions
Forum: C++ May 5th, 2007
Replies: 9
Views: 1,637
Posted By jan1024188
Hey dragon,

Thanks for your post. Well I'll check a bit around and decide about MFC.

But for now, Ill stay on Win32 because od wow project.
Forum: C++ May 4th, 2007
Replies: 9
Views: 1,637
Posted By jan1024188
But, I am learning Win32 programming for months now...I dont wanna start all over again...I think I will stay on Win32

thanks for help
Forum: C++ May 2nd, 2007
Replies: 1
Views: 19,553
Posted By jan1024188
I also think newbies dont know for C++ IDE's. (Developing Enviroviment).

I will make a short description of some

1. Visual Studio 2005 (Visual C++)
This is a beautiful IDE for making console...
Forum: C++ May 2nd, 2007
Replies: 1
Views: 19,553
Posted By jan1024188
Most common quiestion is:

My answer is MANY.

There are many API's for making GUI applications.
Here are some.

1. WinAPI: (C based)(MFC is C++ based)
Its a great API and the best solution...
Forum: C++ May 2nd, 2007
Replies: 7
Views: 3,556
Posted By jan1024188
My answer is MANY.

There are many API's for making GUI applications.

1. WinAPI:
Its a great API and the best solution if you are windows programmer. First code will look a bit difficult, but...
Forum: C++ May 1st, 2007
Replies: 2
Views: 1,366
Posted By jan1024188
Question 2: SOLVED

Question 1:SOLVED
Forum: C++ May 1st, 2007
Replies: 9
Views: 1,637
Posted By jan1024188
so I can write a Winapi app, and add MFC stuff?
Forum: C++ May 1st, 2007
Replies: 9
Views: 1,637
Posted By jan1024188
hello,

I saw option of MFC project in VS2005 and I d like to know what MFC is, and what can we do with MFC.

I presume MFC is C++ based, but does it need any framework? And whats the difference...
Forum: C++ May 1st, 2007
Replies: 2
Views: 1,366
Posted By jan1024188
Hello,

1.Id like to know how to create a link, for example in DialogBox. Id like to see a link to my website on about me selection, and when user would click on it, my website would open.

2. I...
Forum: C++ May 1st, 2007
Replies: 19
Views: 18,715
Posted By jan1024188
here...this always works...I use it


void clearscreen()
{
int x = 1;
int y = 100;
do
{
printf("\n");
Forum: C++ Apr 30th, 2007
Replies: 2
Views: 9,236
Posted By jan1024188
Forum: C++ Apr 30th, 2007
Replies: 2
Views: 9,236
Posted By jan1024188
hello,

Can anyone tell me how to get a current path (working directory in linux), using WIN api or iostream.

Thanks in advance
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 3,057
Posted By jan1024188
Go to the CPANEL -> signature
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 3,057
Posted By jan1024188
haha...I got the URL....

You can remove everything now if you want
Forum: C++ Apr 9th, 2007
Replies: 9
Views: 3,057
Posted By jan1024188
Is this a question about something?

And where is the url?
Showing results 1 to 40 of 130

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC