You cannot post messages because this group is only available as an archive.
Description:
OpenWatcom C/C++ Discussion
|
|
|
Suggested improvement for Wasm: Removing register/label name conflicts
|
| |
I don't know if there is a better place to suggest improvements
for the wasm assembler.
I am using a calling convention that does not place underscores
in label names. As a consequence, I can't have variables and other
label names that are the same as registers and other conflicting
names etc. However, only memory addresses with label names... more »
|
|
Cannot resolve host's hardware address -Error
|
| |
Hello
I'm debugging a DOS program using OpenWatcom and Watt32s (a derivative
of WATTCP).
There are two computers:
A. DOS computer - Target
B. XP Computer
I write, compile and link on the XP machine (B). Then, download and
debug on the remote PC (A).
The application is a network application. When it comes to the... more »
|
|
lwIP - DOS
|
| |
Just a FYI.
I've ported the lwIP tcp/ip stack to djgpp and OpenWatcom. DOS+pkt-driver support. A quick intro here:
[link]
The lwIP wiki:
[link]
I'm hoping to get the DOS-port into the lwIP Git-repo soon.
--gv
|
|
_WINDOWS
|
| |
Hi guys.
its a long time since I been on this thread but I am trying to add pdf file writing and not sure if there is any good programs to add however I found one that I am trying to use [link] engine.
I did a test on my watcom 1.7 compiler project Win32[NT/Win95/Win32]... more »
|
|
Using <string> and c_str
|
| |
Hello,
I am working with the <string> class and thinking about
workarounds for the unfinished I/O functionallity. I was
reading some older posts that mentioned the use of c_str
to convert string objects but can not find the c_str function
in the help files or the related header files. If anyone can... more »
|
|
problem with files
|
| |
Hi,
I try to copy a designed amount of data from one file to another.
==========
...
...
void
main(int argc, char *argv[])
{
UI32 i;
char inpname[FN_MAX_SIZE], outname[FN_MAX_SIZE];
FILE *finp, *fout;
if (argc != 3)
{
printf("%s\n", "Usage: ");
exit (1);... more »
|
|
underscore problem
|
| |
Hi,
I have a problem with an underscore.
cl add an underscore at the end and so, link can't find the symbol.
What can I do to fix that problem?
==========
Error! E2028: __imp_Perl_get_context_ is an undefined reference
Error! E2028: __imp_Perl_croak_xs_usage_ is an undefined reference
Error! E2028: __imp_Perl_xs_apiversion_bootc heck_ is an undefined reference... more »
|
|
Missing startup code in main program?
|
| |
I am using OWC 1.9 on Win32 to produce 32-bit console programs.
When I compile a program that contains a main function
using the compiler I am writing and try to link it (using wlink)
with other modules written in assembler or modules compiled with
Open Watcom C compiler or library files, I get the following... more »
|
|
difference between C++ and C compiler
|
| |
Why does this code compile cleanly in the wpp386 compiler
#pragma aux my_common_prag "^";
int __pragma ("my_common_prag") config_testmode;
and not in the wcc386 compiler ?
Thanks,
Lynn
|
|
OW Text Editor Difficulty
|
| |
Suddenly, OW Text Editor no longer has the File, Edit, etc buttons
which I use, for example: File SaveAs. This is OW1.9 on a WinXp.
I am unable to figure out why and correct it. Any ideas? Or should I
ask this some where else?
|
|
|