Search found 3 matches

by IHDevelop
Wed Apr 11, 2012 1:29 pm
Forum: Coding Questions
Topic: Net Commands in Purebasic
Replies: 2
Views: 597

Net Commands in Purebasic

Hello everybody,

I am fairly new here and I want to scribe a program, which netcommands for example 'net session' sends to the system sends and I get the Info in a string. My idea was, to get a net.dll and the description or the other, systemcommands for XP th get the Info.
Both presupposes a ...
by IHDevelop
Thu Dec 15, 2011 3:22 pm
Forum: Coding Questions
Topic: Start a Consolprogramm from a RAM-Image
Replies: 2
Views: 989

Start a Consolprogramm from a RAM-Image

Hello together,

i am new here and i have the problem to start a Consolprogramm in the Ram from an Image.
I can it from disk with the command runprogramm() but i find not a option to load it into the RAM like an image with the Datasection. Can you help me with a sequence out of your store of ...
by IHDevelop
Tue Jul 13, 2010 1:31 pm
Forum: Linux
Topic: Compiler Error
Replies: 1
Views: 1207

Compiler Error

Hello everybody,

i installed Purebasic 4.50 under Mandriva Linux. The IDe is ok, but if i want to compile, i get a message:

Purebasic - Linker Error

Content of the Post-Message:

sh: gcc: Kommando nicht gefunden

I know, that 'sh:' come from a script in Linux and gcc is the Gnu-Compiler, but ...