Language
Platform
Windows
Remove
License
Any
Okay, there seems to be a lot of discussion on these boards about Borland compiler while I find interesting because I thought Borland was out of the running, at least as far as free compilers is...
Hi.
I've never used XML before. I think i got a clue about how to write it, but I don't know what is it good for. Would anyone generously tell me,please?.
Can I use it with C implementing Win32...
: I wanted to know if there's any method in C by which I can run two or more processes independently & simultaneously without interrupting any of the processes?
:
: For example suppose that I...
Hi All,
I have a function in my C file. This is a static function. I want to export this function in the windows DLL. for exporting this function i have it in .h file as
static int...
: : :
: : : How would I, in windows that is, read the directory structure of a DVD drive and save that info to a text file? I have several DVDs that have albums on them by various artists and need...
: :
: : How would I, in windows that is, read the directory structure of a DVD drive and save that info to a text file? I have several DVDs that have albums on them by various artists and need to...
: hey anybody knows a good pas to c converter. i tried to google it but didnt get any good results.i got 3-4 but they all were for unix.
: any help?
:
The very first hit on google is for a...
you can go to this link and search for winapi commands.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/functions_by_category.asp
i also suggest you get...
Check out the ShellExecute API. deja.com for examples.
: I am writing a windows application in C using the visual c 6.0 IDE. I want to open a browser that displays local html help files. Is there...
I am writing a windows application in C using the visual c 6.0 IDE. I want to open a browser that displays local html help files. Is there a way to do it via C?
: Hmmm...how would I check this? Certainly not intentionally, but you can see the exact link command I give in my first post.
Are you using the C standard library? If you are, and aren't...
: Otherwise, it's Perl XS for me.
:
Looks like it may be a case of writing a Perl XS module, at least to get Win32 support. POSIX OSes I think I *may* be able to get away with using pure Perl....
: : If you would have actually open that link - you would have seen that there is no word of MFC spoken there. Pure "C" example!..
: :
:
: Well, not exactly "pure C" -- the comments are c++ ):...
In Windows os, serial ports are treated exactly like ordinary files. read www.msdn.microsoft.com about CreateFile(). It has a section on communications. Follow that link and you will find some...
Hi, I'm helping a friend with his program... Apparently somethings wrong when we go to link his program. Here are the errors:
--------------------Configuration: Bagel - Win32...
: : as I mentioned in response to your other questions, that doesn't work with the Windows operating system. You have to forget all about that type of programming.
: :
: Then what about Graphics?...
: as I mentioned in response to your other questions, that doesn't work with the Windows operating system. You have to forget all about that type of programming.
:
Then what about Graphics? How...
/usr/local/cgi/docs/Error.html
: : $ ...
: :
: : Now, by using readdir() or fopen() or something, I want to get that full pathname that alinkfile points at it.
: :
: : Thanks..
: :
: : P...
: :
: Try relisoft.com they have great stuff about Windows programming in C/C++
: Randal
:
:
:
Thanks for that link -- it appears to have some pretty good tutorials, but I havn't read...
I need to write a make / similar utility script for installing my
Open source C module as a library under various environments,at least
WINDOWS , DOS , UNIX.Any links to make tutorials will be...