From: DarkSoft AT GMX DOT Net (^Hawk^ (Thorsten Kaben)) To: Nate Eldredge Cc: djgpp AT delorie DOT com Subject: Re: Debug and "/" with RHIDE / WIN95 / DJGPP Date: Sun, 22 Mar 1998 04:57:48 +0100 Keywords: VGAP, VGA-Planets, Add-on, AddOn, Host, Player, Tools Organization: CENSORED Message-ID: <3516730f.4123801@mail.on-luebeck.de> References: <199803220135 DOT RAA16691 AT adit DOT ap DOT net> In-Reply-To: <199803220135.RAA16691@adit.ap.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk On Sat, 21 Mar 1998 17:35:44 -0800 (PST), you wrote: >First of all, why do you use `__crt0_argv'? You're supposed to use the >arguments `main' gets. Sorry ... I don't understand all here ... my english ... :( ... if I try to use only "_argv[x]" or "argv[x]" then the compiler tould me that this is undeclared in spite of including the crt0.h ... if I use "__crt0_argv[x]" then it works fine ... >If you really *must* have `\'s (like if your program scans filenames for >them), you can #include and put this line at the top level (i.e., >not inside any function): >_crt0_startup_flags = _CRT0_FLAG_USE_DOS_SLASHES; >See the libc documentation for "_crt0_startup_flags" for more info. Great! Thank you! ;) PD: I'm a C++ and DJGPP beginner ... I come from BP v7.0 and want now to write programs without memory problems and for more as only one environment ... before C++ I had to use an overlay file to solve my problems with the 640KB ... :( ... but now I hope that's history for me and my programs ... =:) ... Bye, ^Hawk^. http://www.bubis.com/DarkSoft/