Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
August 2006
September 2006
October 2006
December 2006
January 2007
March 2007
April 2007
May 2007
September 2007
October 2007


all groups > visual c libraries > recent posts

RE: linking problem in VC6
Posted by tjmann at 12/7/2007 12:41:52 PM
Go to the property page of the project -> Linker -> Input . In the "Additional Dependencies" space see that you have included all the libraries (in this case would be something like 'libfft3-3.lib libfft3f-3.lib libfft3l-3.lib"). Recompile, and it should work. Posted via DevelopmentNow.com Groups h...more >>

How to populate a treeview from a dataset
Posted by xmail123 NO[at]SPAM yahoo.com at 10/16/2007 7:42:48 PM
I am very new to C#. I need to create a Windows form that will read a SQL table and populate a treeview. I can connect to the DB, create the dataadapter, populate a data set. The problem is how to use the dataset to populate a treeview. I have looked at a few examples here but none use a ...more >>

Building an application with _UNICODE
Posted by Craig Johnston at 10/16/2007 9:23:03 AM
I am in the process of converting an application to Unicode that is built with Visual C++ .NET 2003. On application startup in debug mode I get an exception. The problem appears to be that code with #ifndef _UNICDODE is executed in output.c, the library code for supporting printf functions. I ...more >>

Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:34:17 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com ...more >>

HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:10:58 AM
Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s...more >>

Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 10:02:27 PM
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels The s...more >>

Re: CPP Active X to VB.Net application (newbie)
Posted by SvenC at 10/9/2007 5:31:51 PM
Hi fdmaxey, > I have just started writing a basic Active X application, written > in .NET C++, to be used in a VB.NET application. > ... in the IDL file: > > interface IFDMApp : IDispatch{ > [id(1), helpstring("method SquareIt")] HRESULT SquareIt([in] DOUBLE > dblIn, [out,retval] DOUBLE* Sq...more >>

CPP Active X to VB.Net application (newbie)
Posted by fdmaxey at 10/5/2007 10:22:51 AM
I have just started writing a basic Active X application, written in .NET C++, to be used in a VB.NET application. I started out with a method ("Squareit") and a property ("Count"). I used the standard Wizard for both of them. They appeared in the IDL file as: interface IFDMApp : IDispatc...more >>



Binay Magics Magic CD/DVD Burner
Posted by gsmithei NO[at]SPAM yahoo.co.uk at 10/4/2007 1:48:13 AM
Dear readers, I have purchased this component and I would like to suggest you avoid doing so. I have attempted to use it for authoring UDF DVDs (as they claim you can. See "Create 100% UDF compatible Data CDs / DVDs" in the marketing) but have been unable to do so. I have sent several suppo...more >>

Porting c++ to VC.net
Posted by Dipesh_Sharma at 9/12/2007 12:20:01 AM
Hi, I want to port my code written in C++ to managed C++ i.e VC.net. Please guide me how to migrate my code. do i have to change the data types also like (int, char *, int *, char xyz[] etc)? Is inbuilt function like fstream, ifstream are valid in VC.net?? Please help me out....more >>

Re: Porting c++ to VC.net
Posted by David Lowndes at 9/12/2007 12:00:00 AM
>Hi, I want to port my code written in C++ to managed C++ i.e VC.net. >Please guide me how to migrate my code. >do i have to change the data types also like (int, char *, int *, char xyz[] >etc)? >Is inbuilt function like fstream, ifstream are valid in VC.net?? The beauty of C++/CLI is that...more >>

Re: unresolved external symbol...
Posted by Kai at 9/8/2007 4:02:09 AM
On 8 Sep., 11:44, "SvenC" <Sv...@community.nospam> wrote: > Hi Kai, > > > > > On 7 Sep., 18:09, "SvenC" <Sv...@community.nospam> wrote: > >> Hi Kai, > > >>> After compiling the project with vs2005 I get an error: > > >>> Error 1 error LNK2019: unresolved external symbol "int const ...more >>

Re: unresolved external symbol...
Posted by Kai at 9/8/2007 2:31:26 AM
On 7 Sep., 18:09, "SvenC" <Sv...@community.nospam> wrote: > Hi Kai, > > > After compiling the project with vs2005 I get an error: > > > Error 1 error LNK2019: unresolved external symbol "int const > > __cdecl > > mstrcpy(char *,int,char *)" (?mstrcpy@@YA?BHPADH0@Z) referenced in > > ...more >>

Re: unresolved external symbol...
Posted by SvenC at 9/8/2007 12:00:00 AM
Hi Kai, > On 7 Sep., 18:09, "SvenC" <Sv...@community.nospam> wrote: >> Hi Kai, >> >>> After compiling the project with vs2005 I get an error: >> >>> Error 1 error LNK2019: unresolved external symbol "int const >>> __cdecl >>> mstrcpy(char *,int,char *)" (?mstrcpy@@YA?BHPADH0@Z) ref...more >>

Re: unresolved external symbol...
Posted by SvenC at 9/7/2007 6:09:03 PM
Hi Kai, > After compiling the project with vs2005 I get an error: > > Error 1 error LNK2019: unresolved external symbol "int const > __cdecl > mstrcpy(char *,int,char *)" (?mstrcpy@@YA?BHPADH0@Z) referenced in > function "public: __thiscall CStr::CStr(class CStr &)" (?? > 0CStr@@QAE...more >>

c++: unresolved external symbol...
Posted by Kai at 9/7/2007 8:55:50 AM
Hi guys, I wrote a class witch should be used with windows and linux. After compiling the project with vs2005 I get an error: Error 1 error LNK2019: unresolved external symbol "int const __cdecl mstrcpy(char *,int,char *)" (?mstrcpy@@YA?BHPADH0@Z) referenced in function "public: ...more >>

nqyfyunbwo
Posted by nqyfyunbwo at 8/25/2007 7:26:25 PM
Hello! Good Site! Thanks you! jxsuguqflf...more >>

how to use System.Windows.Forms.WebBrowser in a class library (navigation events aren't received)
Posted by ilan dov at 8/23/2007 7:16:42 AM
Hi, I am trying to write a class library that inserts page breaks in an existing html by loading it into a System.Windows.Forms.WebBrowser and then using mshtml to invesigate page's content. It works fine in a Windows Form but in a class library I don't receive the DocumentCompleted event or ...more >>

Undocumented getFullPathName feature
Posted by blehman at 8/20/2007 9:54:02 AM
When the file name at the the end of the path is something like "xxxxx.xxx", getFullPathName behaves as expected. When it's a bunch of dots in a row, as in ".........", getFullPathName chops them all off. This behavior appears to be undocumented. Are there any other features of getFullPat...more >>

CRichEditView
Posted by vimalalexcn NO[at]SPAM gmail.com at 8/4/2007 9:18:35 PM
Please help me . How to disable drag and drop facility in CRichEditView in vc++ ...more >>

System.AccessViolationException when calling native function
Posted by Jannis Linxweiler at 6/1/2007 12:00:00 AM
Hi NG! I would kindly ask you to help we out concerning following problem: I use nVIDIAs CUDA library within one my native static C++ libraries. Using this static library from a mixed native and managed code C++/CLI project works well. That means I'm able to call the C functions from the s...more >>

How to save data to Access database file!
Posted by Shyam Barnwal at 5/22/2007 5:44:08 PM
Hi sir, Good afternoon, I am working on winamp general purpose pluggin "gen_whatsplaying " project downloaded from the site www.schaffrath.net I compiled and build the project successfully using platform SDK Feb 2003 and Speech SDK5.1. Now the winamp plugins "gen_whatsplaying" interface sa...more >>

Compare Audio Files
Posted by Khaled at 5/22/2007 12:00:00 AM
Hello there, I'm trying to write a program which compares two audio files (in WAVE format for example) and decides percentage if smiliarty between them? I looked up a little, but couldn't find anything useful. If anyone has any experience in this field, I'll apperciate any indication where t...more >>

Comparing audio files
Posted by Khaled at 5/22/2007 12:00:00 AM
Hello there, I'm trying to write a program which compares two audio files (in WAVE format for example) and decides percentage if smiliarty between them? I looked up a little, but couldn't find anything useful. If anyone has any experience in this field, I'll apperciate any indication where t...more >>

VC++ 6.0 is not supporting the Platform SDK!
Posted by Shyam Barnwal at 5/15/2007 6:21:36 PM
Dear sir/madam, I am working on winamp general purpose pluggin "gen_whatsplaying " = project I downloaded the project "gen_whatsplaying" available on = www.schaffrath.net=20 .. I am working on it, but getting many errors during compilation and = building=20 the application successfully. I...more >>

Re: VC++ 6.0 is not supporting the Platform SDK!
Posted by Jochen Kalmbach [MVP] at 5/15/2007 3:15:03 PM
Hi Shyam! Please do not multi-post... See: microsoft.public.vc.language Greetings Jochen...more >>

Change color by win32 api ?
Posted by Husam at 5/15/2007 1:28:01 AM
Hi EveryBody: Could some body told me how can I change the window color by using win32 api in C++ ? any help will be apprecaited regrad's Husam...more >>

Re: Change color by win32 api ?
Posted by SvenC at 5/15/2007 12:00:00 AM
Hi Husam, "Husam" <Husam@discussions.microsoft.com> schrieb im Newsbeitrag news:614D7ED6-57A1-469B-9314-E5E022190B98@microsoft.com... > Hi EveryBody: > > Could some body told me how can I change the window > color by using win32 api in C++ ? MSDN is your friend. See SetSysColors at http...more >>

Using old static libraries with VC++ 8.
Posted by Peter Wlodarczyk at 5/6/2007 5:07:50 PM
I am using an application called Somnologica that has with at a SDK for writing plugins. It is provided as a static library and header files. It is heavily coupled with MFC 6. Currently I need to use Visuall C++ 6 to compile these plugins but I am getting very tired of using an 9 year old com...more >>

Re: Mfc42.dll
Posted by Tom Serface at 5/5/2007 7:35:00 AM
I've never tried to do this, but I think it would be a really bad idea. If I were you I'd just move to the latest version of MFC and/or static link the version you want using the previous compiler. You don't lose any functions going to a later version. You will have to recompile your DLL/L...more >>


DevelopmentNow Blog