comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  NewsMaestro Usenet Supertool v. 4.4.8 for Windows/Linux/Unix released         


Author: Alejandro
Date: May 27, 2008 13:43

Download page:

http://rapidshare.com/files/118192521/NewsMaestro_4.4.8_Src.zip

(Hit Free button to download. For some download managers
you need to open the .html file it downloaded to do actual download.)

* Documentation update.
* Bug fix in Archive 2 HTML generator while doing ReChapter.

News Maestro is a power tool for usenet that automatically
performs any standard Usenet operation, as specified in
various RFCs, individually, or in bulk, on any number of
groups and articles, utilizing sophisticated filters to
select the articles to be processed.

As an automated tool to do anything you can imagine,
there is nothing even remotely close to it in terms of power,
flexibility, configurability, reliability, robustness,
multi-purpouseness, user friendliness and ease of use.
Show full article (4.44Kb)
no comments
  Calling a DLL function in VS 2008         


Author: nile
Date: May 27, 2008 13:31

I'm using VS 2008, and I have a solution with two projects: a Win32
DLL and a console application meant to test the DLL functions.

Is there a simple example somewhere of how I can tell the console
application to link to the DLL and how to declare and call a function
within the DLL?

Seems like this was a lot easier back in VS2003, but it could be bad
memory (mine, not the computers). I can't find any answers that
pertain to VS2008 . . .

Thanks,
2 Comments
  MDAC         


Author: magix
Date: May 27, 2008 06:40

Hi,

My application requires access to mdb access database
My question is if I install my application with one mdb file into a system
that doesn't have Microsoft Access installed,
will that be any problem for my application to access that mdb file ?

or as long as I got MDAC driver installs in that system, regardless whether
Microsoft Access installed or not.., it will work ?

Thanks.

Regards,
Magix
2 Comments
  Visual C++ 2005 Redistributable Package         


Author: bzaid
Date: May 27, 2008 04:38

Hi,

I use some standard C++ classes in my Win32 application. Now, the
application require me to redistribute the Visual C++ 2005
Redistributable Package with my application (not just the DLLs). Now C+
+ applications require pre-installation of this packages like Java
applications require pre-installation of the JRE.
Is there a method to make Visual C++ use static linking of the
standard C/C++ Libraries.
Thanks
1 Comment