Search found 8 matches

by foofatron
Fri Jul 18, 2008 4:33 pm
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

I wasn't using any windows api in that it was a command line program that said hello world! I was having trouble so I decided to write a simple program to see if it'd work... It work with the that verson of MASM, but how can I create like command line programs? Kernel32 won't work with Kos so is the...
by foofatron
Fri Jul 18, 2008 2:46 am
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

I get that on every code I try. I get LINK : error LNK2001: unresolved external symbol _NtProcessStartup on this one. ;Foofatron 2008 .486 .MODEL FLAT ExitProcess PROTO NEAR32 stdcall, dwExitCode:DWORD GetStdHandle PROTO NEAR32 stdcall, nStdHandle:DWORD WriteFile PROTO NEAR32 stdcall, hFile:DWORD, l...
by foofatron
Fri Jul 11, 2008 4:58 pm
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

Now I get... C:\jbpub\Detmer\KolibriOS>C:\jbpub\Detmer\Software\link /fixed /subsystem:native /base:-0x10000 /align:0x10000 /merge:.data=.text /merge:.rdata=.text /nologo te st.obj LINK : warning LNK4108: /ALIGN specified without /DRIVER or /VXD; image may not run LINK : error LNK2001: unresolved ex...
by foofatron
Thu Jul 10, 2008 9:32 pm
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

I'm currently learning Masm so I loked at the site and I followed how to assemble it my batch file looks like: cd C:\jbpub\Detmer\Software ml /nologo /c /coff %1.asm link /fixed /subsystem:native /base:-0x10000 /align:0x10000 /merge:.data=.text /merge:.rdata=.text /nologo %1.obj I get the following ...
by foofatron
Thu Jul 10, 2008 8:54 pm
Forum: English
Topic: Video Mode problem...
Replies: 1
Views: 3569

Video Mode problem...

On my newer computer, its a 1024x768 32bit and when I use mode 3 (1024x768) it says warning change to 1024x768 and notihng else loads, yet when I do mode 4 12??Xlarger (whatever it is exactly) I get the same warning yet the desktop loads and I can run programs and such. Any idea how I can get it to ...
by foofatron
Thu Jul 10, 2008 1:23 am
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

Not sure, but it runs 1024x768(24bit). None of my C++ programs work on it :/. Are there some specail header files I have to include and write the extra stuff like it showed on the daimond site?
by foofatron
Wed Jul 09, 2008 11:35 pm
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

Re: C and C++

Hmm... Do you think you will support C++ next release? I'd also be cool if you could support java in the future... Btw when I use your os the mouse flickers a lot. I don't think its my pc because when I run windows it doesn't do that. Also it says I only support video modes 9 and 0, but I have prett...
by foofatron
Wed Jul 09, 2008 9:11 pm
Forum: English
Topic: C and C++
Replies: 12
Views: 10968

C and C++

Are you planning to make a release with support for C and C++? Its kinda of a pain that you can only run applications written in asm. Also is there a browser or something?