473,763 Members | 2,714 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Issues with Porting VS6.0 MFC Projects to VS8.0 - Need Help

I am in the midst of porting a massive MFC application from VS6.0 to VS8.0.
While i have fixed most of the compile time errors, i do have quite a linker
error that i have not been able to resolve. The error i get is

Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd::PostNcDes troy(void)"
(?PostNcDestroy @CWnd@@UAEXXZ) Evenout.obj

I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable) . But i do see that the delcaration of
CWnd::PostNcDes tory( ) in the systems afxwin.h header which is public:

// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy() ;

Do i need to refer to any particular version of SDK/ *.lib or am i missing
something. Any help here would be appreciated.
Aug 4 '06 #1
5 3274
"BK-Chicago" <BK*******@disc ussions.microso ft.comwrote in message
news:89******** *************** ***********@mic rosoft.com...
>I am in the midst of porting a massive MFC application from VS6.0 to VS8.0.
While i have fixed most of the compile time errors, i do have quite a
linker
error that i have not been able to resolve. The error i get is

Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd::PostNcDes troy(void)"
(?PostNcDestroy @CWnd@@UAEXXZ) Evenout.obj

I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable) . But i do see that the delcaration of
CWnd::PostNcDes tory( ) in the systems afxwin.h header which is public:

// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy() ;

Do i need to refer to any particular version of SDK/ *.lib or am i
missing
something. Any help here would be appreciated.
Make sure that you're not still linking against the VC6 version of MFC.
Check the project settings and the Tools|Options|P rojects and Solutions|C++
Directories to make sure that the VS2005 directories are the only ones on
the library search path.

-cd
Aug 4 '06 #2
Thank you for looking into this.

This is what i have set in the Tools Option category.

<ToolsOptionsSu bCategory name="VCDirecto ries"
RegisteredName= "VCDirector ies" PackageName="Vi sual C++ Project System
Package">
<PropertyValu e
name="LibraryDi rectories">Win3 2|$(VCInstallDi r)lib;$(VCInsta llDir)atlmfc\li b;$(VCInstallDi r)atlmfc\lib\i3 86;$(VCInstallD ir)PlatformSDK\ lib;$(Framework SDKDir)lib;$(VS InstallDir);$(V SInstallDir)lib |x64|$(VCInstal lDir)lib\amd64; $(VCInstallDir) atlmfc\lib\amd6 4;$(VCInstallDi r)PlatformSDK\l ib\amd64;$(VSIn stallDir)SDK\v2 .0\lib\amd64|Po cket
PC 2003
(ARMV4)|$(VSIns tallDir)SmartDe vices\SDK\Pocke tPC2003\lib\ARM V4;$(VCInstallD ir)ce\atlmfc\li b\ARMV4;$(VCIns tallDir)ce\lib\ ARMV4;|Smartpho ne
2003
(ARMV4)|$(VSIns tallDir)SmartDe vices\SDK\Smart Phone2003\lib\A RMV4;$(VCInstal lDir)ce\atlmfc\ lib\ARMV4;$(VCI nstallDir)ce\li b\ARMV4;</PropertyValue>
<PropertyValu e
name="Reference Directories">Wi n32|$(Framework Dir)$(Framework Version);$(VCIn stallDir)atlmfc \lib|x64|$(Fram eworkDir)$(Fram eworkVersion);$ (VCInstallDir)a tlmfc\lib\amd64 |Pocket PC 2003 (ARMV4)||Smartp hone 2003 (ARMV4)|</PropertyValue>
<PropertyValu e
name="ExcludeDi rectories">Win3 2|$(VCInstallDi r)include;$(VCI nstallDir)atlmf c\include;$(VCI nstallDir)Platf ormSDK\include; $(FrameworkSDKD ir)include;$(Fr ameworkDir)$(Fr ameworkVersion) ;$(VCInstallDir )atlmfc\lib|x64 |$(VCInstallDir )include;$(VCIn stallDir)atlmfc \include;$(VCIn stallDir)Platfo rmSDK\include;$ (FrameworkSDKDi r)include;$(Fra meworkDir)$(Fra meworkVersion); $(VCInstallDir) atlmfc\lib\amd6 4|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\PocketPC2 003\include;$(V CInstallDir)ce\ atlmfc\include; $(VSInstallDir) SmartDevices\SD K\SQL
Server\Mobile\v 3.0;;|Smartphon e 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\SmartPhon e2003\include;$ (VCInstallDir)c e\atlmfc\includ e;$(VSInstallDi r)SmartDevices\ SDK\SQL Server\Mobile\v 3.0;;</PropertyValue>
<PropertyValu e
name="IncludeDi rectories">Win3 2|C:\Developmen t\projects\Zipl _src;$(VCInstal lDir)include;$( VCInstallDir)at lmfc\include;$( VCInstallDir)Pl atformSDK\inclu de;$(FrameworkS DKDir)include|x 64|$(VCInstallD ir)include;$(VC InstallDir)atlm fc\include;$(VC InstallDir)Plat formSDK\include ;$(FrameworkSDK Dir)include|Poc ket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\PocketPC2 003\include;$(V CInstallDir)ce\ atlmfc\include; $(VSInstallDir) SmartDevices\SD K\SQL
Server\Mobile\v 3.0;|Smartphone 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\SmartPhon e2003\include;$ (VCInstallDir)c e\atlmfc\includ e;$(VSInstallDi r)SmartDevices\ SDK\SQL Server\Mobile\v 3.0;</PropertyValue>
<PropertyValu e
name="SourceDir ectories">Win32 |$(VCInstallDir )atlmfc\src\mfc ;$(VCInstallDir )atlmfc\src\mfc m;$(VCInstallDi r)atlmfc\src\at l;$(VCInstallDi r)crt\src|x64|$ (VCInstallDir)a tlmfc\src\mfc;$ (VCInstallDir)a tlmfc\src\mfcm; $(VCInstallDir) atlmfc\src\atl; $(VCInstallDir) crt\src|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\atlm fc\src\atl\;$(V CInstallDir)ce\ atlmfc\src\mfc\ ;$(VCInstallDir )ce\crt\src\|Sm artphone
2003
(ARMV4)|$(VCIns tallDir)ce\atlm fc\src\atl\;$(V CInstallDir)ce\ atlmfc\src\mfc\ ;$(VCInstallDir )ce\crt\src\</PropertyValue>
<PropertyValu e
name="Executabl eDirectories">W in32|$(VCInstal lDir)bin;$(VCIn stallDir)Platfo rmSDK\bin;$(VSI nstallDir)Commo n7\Tools\bin;$( VSInstallDir)Co mmon7\tools;$(V SInstallDir)Com mon7\ide;$(Prog ramFiles)\HTML
Help
Workshop;$(Fram eworkSDKDir)bin ;$(FrameworkDir )$(FrameworkVer sion);$(VSInsta llDir);$(VSInst allDir)\SDK\v2. 0\bin;$(SystemR oot)\SysWow64;$ (FxCopDir);$(PA TH)|x64|$(VCIns tallDir)bin\x86 _amd64;$(VCInst allDir)bin;$(VC InstallDir)Plat formSDK\bin;$(V SInstallDir)Com mon7\Tools\bin; $(VSInstallDir) Common7\tools;$ (VSInstallDir)C ommon7\ide;$(Pr ogramFiles)\HTM L
Help
Workshop;$(Fram eworkSDKDir)bin ;$(FrameworkSDK Dir)lib\win64;$ (FrameworkDir)$ (FrameworkVersi on);$(FxCopDir) ;$(PATH)|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\bin\ x86_arm;$(VCIns tallDir)bin;$(V CInstallDir)Pla tformSDK\bin;$( VSInstallDir)Co mmon7\Tools;$(V SInstallDir)Com mon7\IDE;$(VSIn stallDir)Common \Tools;$(VSInst allDir)Common\I DE;$(VSInstallD ir);$(Framework SDKDir)Bin;$(PA TH);|Smartphone
2003
(ARMV4)|$(VCIns tallDir)ce\bin\ x86_arm;$(VCIns tallDir)bin;$(V CInstallDir)Pla tformSDK\bin;$( VSInstallDir)Co mmon7\Tools;$(V SInstallDir)Com mon7\IDE;$(VSIn stallDir)Common \Tools;$(VSInst allDir)Common\I DE;$(VSInstallD ir);$(Framework SDKDir)Bin;$(PA TH);</PropertyValue>
</ToolsOptionsSub Category>

and i did set an env variable VCInstallDir to the correct path(which i am
hoping would override whatever studio has)

C:\Documents and Settings\User>s et VCInstalldir
VCInstallDir=C: \Program Files\Microsoft Visual Studio 8

Am I missing something.

Also want to metion that i do have 2 third party math libraries(*.lib ) that
are not built using VS2005. But they do link fine using VS2003 and VS6.00.
Not sure if this should have any effect.

Regards
Bk
"Carl Daniel [VC++ MVP]" wrote:
"BK-Chicago" <BK*******@disc ussions.microso ft.comwrote in message
news:89******** *************** ***********@mic rosoft.com...
I am in the midst of porting a massive MFC application from VS6.0 to VS8.0.
While i have fixed most of the compile time errors, i do have quite a
linker
error that i have not been able to resolve. The error i get is

Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd::PostNcDes troy(void)"
(?PostNcDestroy @CWnd@@UAEXXZ) Evenout.obj

I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable) . But i do see that the delcaration of
CWnd::PostNcDes tory( ) in the systems afxwin.h header which is public:

// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy() ;

Do i need to refer to any particular version of SDK/ *.lib or am i
missing
something. Any help here would be appreciated.

Make sure that you're not still linking against the VC6 version of MFC.
Check the project settings and the Tools|Options|P rojects and Solutions|C++
Directories to make sure that the VS2005 directories are the only ones on
the library search path.

-cd
Aug 4 '06 #3
The issue has been resolved.

The following actions were taken to resolve the issue:
1. VS 2005 was uninstalled
2. Visual Studio .NET2003 was uninstalled
3. VS 2005 was uninstalled
4. A clean rebuild.

Looks like the initial installation order of
VS 6.0
VS 2005
VS.NET2003
throws the env in a form that confuses VS2005.
"BK-Chicago" wrote:
Thank you for looking into this.

This is what i have set in the Tools Option category.

<ToolsOptionsSu bCategory name="VCDirecto ries"
RegisteredName= "VCDirector ies" PackageName="Vi sual C++ Project System
Package">
<PropertyValu e
name="LibraryDi rectories">Win3 2|$(VCInstallDi r)lib;$(VCInsta llDir)atlmfc\li b;$(VCInstallDi r)atlmfc\lib\i3 86;$(VCInstallD ir)PlatformSDK\ lib;$(Framework SDKDir)lib;$(VS InstallDir);$(V SInstallDir)lib |x64|$(VCInstal lDir)lib\amd64; $(VCInstallDir) atlmfc\lib\amd6 4;$(VCInstallDi r)PlatformSDK\l ib\amd64;$(VSIn stallDir)SDK\v2 .0\lib\amd64|Po cket
PC 2003
(ARMV4)|$(VSIns tallDir)SmartDe vices\SDK\Pocke tPC2003\lib\ARM V4;$(VCInstallD ir)ce\atlmfc\li b\ARMV4;$(VCIns tallDir)ce\lib\ ARMV4;|Smartpho ne
2003
(ARMV4)|$(VSIns tallDir)SmartDe vices\SDK\Smart Phone2003\lib\A RMV4;$(VCInstal lDir)ce\atlmfc\ lib\ARMV4;$(VCI nstallDir)ce\li b\ARMV4;</PropertyValue>
<PropertyValu e
name="Reference Directories">Wi n32|$(Framework Dir)$(Framework Version);$(VCIn stallDir)atlmfc \lib|x64|$(Fram eworkDir)$(Fram eworkVersion);$ (VCInstallDir)a tlmfc\lib\amd64 |Pocket PC 2003 (ARMV4)||Smartp hone 2003 (ARMV4)|</PropertyValue>
<PropertyValu e
name="ExcludeDi rectories">Win3 2|$(VCInstallDi r)include;$(VCI nstallDir)atlmf c\include;$(VCI nstallDir)Platf ormSDK\include; $(FrameworkSDKD ir)include;$(Fr ameworkDir)$(Fr ameworkVersion) ;$(VCInstallDir )atlmfc\lib|x64 |$(VCInstallDir )include;$(VCIn stallDir)atlmfc \include;$(VCIn stallDir)Platfo rmSDK\include;$ (FrameworkSDKDi r)include;$(Fra meworkDir)$(Fra meworkVersion); $(VCInstallDir) atlmfc\lib\amd6 4|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\PocketPC2 003\include;$(V CInstallDir)ce\ atlmfc\include; $(VSInstallDir) SmartDevices\SD K\SQL
Server\Mobile\v 3.0;;|Smartphon e 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\SmartPhon e2003\include;$ (VCInstallDir)c e\atlmfc\includ e;$(VSInstallDi r)SmartDevices\ SDK\SQL Server\Mobile\v 3.0;;</PropertyValue>
<PropertyValu e
name="IncludeDi rectories">Win3 2|C:\Developmen t\projects\Zipl _src;$(VCInstal lDir)include;$( VCInstallDir)at lmfc\include;$( VCInstallDir)Pl atformSDK\inclu de;$(FrameworkS DKDir)include|x 64|$(VCInstallD ir)include;$(VC InstallDir)atlm fc\include;$(VC InstallDir)Plat formSDK\include ;$(FrameworkSDK Dir)include|Poc ket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\PocketPC2 003\include;$(V CInstallDir)ce\ atlmfc\include; $(VSInstallDir) SmartDevices\SD K\SQL
Server\Mobile\v 3.0;|Smartphone 2003
(ARMV4)|$(VCIns tallDir)ce\incl ude;$(VSInstall Dir)SmartDevice s\SDK\SmartPhon e2003\include;$ (VCInstallDir)c e\atlmfc\includ e;$(VSInstallDi r)SmartDevices\ SDK\SQL Server\Mobile\v 3.0;</PropertyValue>
<PropertyValu e
name="SourceDir ectories">Win32 |$(VCInstallDir )atlmfc\src\mfc ;$(VCInstallDir )atlmfc\src\mfc m;$(VCInstallDi r)atlmfc\src\at l;$(VCInstallDi r)crt\src|x64|$ (VCInstallDir)a tlmfc\src\mfc;$ (VCInstallDir)a tlmfc\src\mfcm; $(VCInstallDir) atlmfc\src\atl; $(VCInstallDir) crt\src|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\atlm fc\src\atl\;$(V CInstallDir)ce\ atlmfc\src\mfc\ ;$(VCInstallDir )ce\crt\src\|Sm artphone
2003
(ARMV4)|$(VCIns tallDir)ce\atlm fc\src\atl\;$(V CInstallDir)ce\ atlmfc\src\mfc\ ;$(VCInstallDir )ce\crt\src\</PropertyValue>
<PropertyValu e
name="Executabl eDirectories">W in32|$(VCInstal lDir)bin;$(VCIn stallDir)Platfo rmSDK\bin;$(VSI nstallDir)Commo n7\Tools\bin;$( VSInstallDir)Co mmon7\tools;$(V SInstallDir)Com mon7\ide;$(Prog ramFiles)\HTML
Help
Workshop;$(Fram eworkSDKDir)bin ;$(FrameworkDir )$(FrameworkVer sion);$(VSInsta llDir);$(VSInst allDir)\SDK\v2. 0\bin;$(SystemR oot)\SysWow64;$ (FxCopDir);$(PA TH)|x64|$(VCIns tallDir)bin\x86 _amd64;$(VCInst allDir)bin;$(VC InstallDir)Plat formSDK\bin;$(V SInstallDir)Com mon7\Tools\bin; $(VSInstallDir) Common7\tools;$ (VSInstallDir)C ommon7\ide;$(Pr ogramFiles)\HTM L
Help
Workshop;$(Fram eworkSDKDir)bin ;$(FrameworkSDK Dir)lib\win64;$ (FrameworkDir)$ (FrameworkVersi on);$(FxCopDir) ;$(PATH)|Pocket
PC 2003
(ARMV4)|$(VCIns tallDir)ce\bin\ x86_arm;$(VCIns tallDir)bin;$(V CInstallDir)Pla tformSDK\bin;$( VSInstallDir)Co mmon7\Tools;$(V SInstallDir)Com mon7\IDE;$(VSIn stallDir)Common \Tools;$(VSInst allDir)Common\I DE;$(VSInstallD ir);$(Framework SDKDir)Bin;$(PA TH);|Smartphone
2003
(ARMV4)|$(VCIns tallDir)ce\bin\ x86_arm;$(VCIns tallDir)bin;$(V CInstallDir)Pla tformSDK\bin;$( VSInstallDir)Co mmon7\Tools;$(V SInstallDir)Com mon7\IDE;$(VSIn stallDir)Common \Tools;$(VSInst allDir)Common\I DE;$(VSInstallD ir);$(Framework SDKDir)Bin;$(PA TH);</PropertyValue>
</ToolsOptionsSub Category>

and i did set an env variable VCInstallDir to the correct path(which i am
hoping would override whatever studio has)

C:\Documents and Settings\User>s et VCInstalldir
VCInstallDir=C: \Program Files\Microsoft Visual Studio 8

Am I missing something.

Also want to metion that i do have 2 third party math libraries(*.lib ) that
are not built using VS2005. But they do link fine using VS2003 and VS6.00.
Not sure if this should have any effect.

Regards
Bk
"Carl Daniel [VC++ MVP]" wrote:
"BK-Chicago" <BK*******@disc ussions.microso ft.comwrote in message
news:89******** *************** ***********@mic rosoft.com...
>I am in the midst of porting a massive MFC application from VS6.0 to VS8.0.
While i have fixed most of the compile time errors, i do have quite a
linker
error that i have not been able to resolve. The error i get is
>
Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd::PostNcDes troy(void)"
(?PostNcDestroy @CWnd@@UAEXXZ) Evenout.obj
>
I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable) . But i do see that the delcaration of
CWnd::PostNcDes tory( ) in the systems afxwin.h header which is public:
>
// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy() ;
>
Do i need to refer to any particular version of SDK/ *.lib or am i
missing
something. Any help here would be appreciated.
Make sure that you're not still linking against the VC6 version of MFC.
Check the project settings and the Tools|Options|P rojects and Solutions|C++
Directories to make sure that the VS2005 directories are the only ones on
the library search path.

-cd

Aug 16 '06 #4

"BK-Chicago" <BK*******@disc ussions.microso ft.comwrote in message
news:FA******** *************** ***********@mic rosoft.com...
The issue has been resolved.

The following actions were taken to resolve the issue:
1. VS 2005 was uninstalled
2. Visual Studio .NET2003 was uninstalled
3. VS 2005 was uninstalled
I assume you meant reinstalled...
4. A clean rebuild.

Looks like the initial installation order of
VS 6.0
VS 2005
VS.NET2003
throws the env in a form that confuses VS2005.
That's not shocking. It's probably always best to install in order of
release date...

-cd
Aug 17 '06 #5
Yep!!.. So here are the steps..
1. VS 2005 was uninstalled
2. Visual Studio .NET2003 was uninstalled
3. VS 2005 was re-installed

"Carl Daniel [VC++ MVP]" wrote:
>
"BK-Chicago" <BK*******@disc ussions.microso ft.comwrote in message
news:FA******** *************** ***********@mic rosoft.com...
The issue has been resolved.

The following actions were taken to resolve the issue:
1. VS 2005 was uninstalled
2. Visual Studio .NET2003 was uninstalled
3. VS 2005 was uninstalled

I assume you meant reinstalled...
4. A clean rebuild.

Looks like the initial installation order of
VS 6.0
VS 2005
VS.NET2003
throws the env in a form that confuses VS2005.

That's not shocking. It's probably always best to install in order of
release date...

-cd
Aug 17 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2393
by: Chris Travers | last post by:
Hi all; A few years ago, I set about porting a PHP application from MySQL to PostgreSQL, after realizing that MySQL wasn't going to be able to handle it. In order to do this, I built a light, fast database abstraction layer which conforms to the behavior of the MySQL functions in PHP. This means that a large amount of porting work could be made simple using this porting layer if the application was originally used PHP's native MySQL...
0
242
by: P Reddy | last post by:
Hi All, Greetings!!! I have a question. Please respond.... I am trying to write a C# component that need to inherit some of the the interfaces from unmanged code(VC). I think one way to resolve this is to port unmanged interfaces and header files in to manage C++ as Visual Studio allows porting and compiling all this
1
1918
by: Ted | last post by:
I managed to get it installed OK, along side MS Visual Studio 2005 (with which I received it). During the install, I made sure I installed everything. I have developed a number of applications using MySQL v 5 and PostgreSQL, but I have not worked with MS SQL. Playing with it after installing it, and running through several tutorials, I generally like what I see, but there are a few issues (so far - I am sure others will crop up as...
2
3844
by: sandip desale | last post by:
Dear All, We have a Tcl/Tk application written using Python 2.2. Using this application we want to call some customizable Java APIs. I tried porting Tcl/Tk application to Jython but not able to do the same as TKinter library is not available with JYthon. Can you please help me in porting Tkinter application to Jython? Also kindly let me know how to do the same. Thanks & Regards, Sandip Desale
34
4076
by: subramanian100in | last post by:
Is there any difference between porting and migrating. Kindly explain
5
3032
by: shobhah | last post by:
Hi, We have a complete succsssfully working product on 32bit sparc solaris machine for which compiler used is CC 5.8 Now we are migarting our product from 32 bit to 64bit sparc solaris machine. While porting we need 64 bit compiler issues for our application product which is wriiten in completely C++. We tried with -xarch=v9 and -xport64=full compiler options to find out 64bit porting problems. But we did not find any issues for our...
133
4221
by: Jean-Pierre Mestre | last post by:
Good evening, I have a C software for Windows that I need to port to Redhat Unix. At the moment it works completely fine with the Windows FLOSS compiler lccwin32. I try gcc but now it doesn't work :( There seems to be two serious problems, one operator overloading and the other the safe String type. Is there a compiler for Unix with these advanced features, or what's the best way to port them across?
0
2024
by: viren.chaudhary2008 | last post by:
I have just few questions. We are thinking of porting our 32 bit application to 64 bit as we need to use more memory usage and want to take advantage of 64 bit processor. Currently my applications which has lot of webservices also is compiled in Visual studio 2003 using .net 1.1 To convert to 64 bit, i will be using visual studio 2005 and compile it in x64 platform. I have following questions 1. Do i have to build the application in 64...
1
4714
by: viren.chaudhary2008 | last post by:
I have just few questions. We are thinking of porting our 32 bit application to 64 bit as we need to use more memory usage and want to take advantage of 64 bit processor. Currently my applications which has lot of webservices also is compiled in Visual studio 2003 using .net 1.1 To convert to 64 bit, i will be using visual studio 2005 and compile it in x64 platform. I have following questions 1. Do i have to build the application in 64...
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9998
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7366
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3523
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.