Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
openwatcom . users . c_cpp
This is a Usenet group - learn more
Find or start a Google Group about c_cpp.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3257  Older »

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 »
By Paul K. McKneely  - Jan 25 - 3 new of 3 messages    

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 »
By Eli Sasson  - Jan 18 - 2 new of 2 messages    

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
By Gisle Vanem  - Jan 18 - 1 new of 1 message    

_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 »
By Lloyd Etheridge  - Jan 15 - 8 new of 8 messages    

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 »
By Ron  - Jan 13 - 10 new of 10 messages    

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 »
By Jean-Louis Noel  - Jan 8 - 4 new of 4 messages    

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 »
By Jean-Louis Noel  - Jan 6 - 4 new of 4 messages    

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 »
By Paul K. McKneely  - Jan 5 - 8 new of 8 messages    

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
By Lynn McGuire  - Jan 5 - 4 new of 4 messages    

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?
By bruce  - Jan 2 - 9 new of 9 messages    

1 - 10 of 3257   « Newer | Older »

XML