473,396 Members | 2,013 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to set the environmental variables

(Type your message here)

--------------------------------
From: Milos Puchta

We have problem with the building Qt examples
as follows from the fragment of log file.

Thanks for your suggestions.

Rgds,
Milos

For C:\Qt\tutorial\t9\t9.pro
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake clean and configure.
cd tutorial
nmake /K
cd t1
nmake -f Makefile
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -GX -DUNICODE -DWIN32 -DQT_EDU -DQT_DLL -DQT_THREAD_SUPPORT-DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\include"-I"C:\Qt\tutorial\t1" -I"tmp\moc\release_mt_shared"-I"C:\Qt\mkspecs\win32-msvc.net" -Fotmp\obj\release_mt_shared\@C:\DOCUME~1\SKEN\LOCA LS~1\Temp\nm3.tmp
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
main.cpp
link /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll/DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll/DELAYLOAD:winspool.dll /DELAYLOAD:opengl32.dll/SUBSYSTEM:WINDOWS /LIBPATH:"C:\Qt\lib" /OUT:t1.exe@C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm4.tmp
LINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored; noimports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; noimports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no importsfound from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; noimports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; noimports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; noimports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discardedby /OPT:REF
cd t2
nmake -f Makefile
cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -GX -DUNICODE -DWIN32 -DQT_EDU -DQT_DLL -DQT_THREAD_SUPPORT-DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\include"-I"C:\Qt\tutorial\t2" -I"tmp\moc\release_mt_shared"-I"C:\Qt\mkspecs\win32-msvc.net" -Fotmp\obj\release_mt_shared\@C:\DOCUME~1\SKEN\LOCA LS~1\Temp\nm6.tmp
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
main.cpp
link /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll/DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll/DELAYLOAD:winspool.dll /DELAYLOAD:opengl32.dll/SUBSYSTEM:WINDOWS /LIBPATH:"C:\Qt\lib" /OUT:t2.exe@C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm7.tmp
LINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored; noimports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; noimports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no importsfound from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; noimports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; noimports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; noimports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discardedby /OPT:REF
cd t3

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>83wpe3lmu02i1cI3GXldXQ==</Id>
Nov 17 '05 #1
1 2936
"Milos Puchta via .NET 247" <an*******@dotnet247.com> wrote in
message news:ua*************@TK2MSFTNGP12.phx.gbl...
(Type your message here) No thanks. That would be top-posting, a Usenet no-no.
We have problem with the building Qt examples
as follows from the fragment of log file.
It looks like just warnings to me. If that is a problem,
the problem is developers who are willing to release when
warnings are emitted by their build. This tells me that
they probably tend to ignore warnings, usually a bad sign
with respect to software quality.
Thanks for your suggestions.

Rgds,
Milos
[Cut log dump with much extraneous junk included.]

Please try to limit your posts to relevant information.

[Trimmed "problem" messages to eliminate duplicates.] LINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored;
no imports found from comdlg32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll'
discarded by /OPT:REF


My suggestion is to stop including libraries in your links
which have nothing to contribute to the linked image. Then
the linker will stop emitting those warnings.

--
--Larry Brasfield
email: do***********************@hotmail.com
Above views may belong only to me.
Nov 17 '05 #2

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

Similar topics

1
by: Bruce Lehmann | last post by:
Hi, I've installed Apache (WAMP install) so I can edit and test my web site on my home computer. In general php code seems to work, but I can't access Apache variables such as PATH or...
1
by: Ric | last post by:
thx for the help. im having problems with java and jsp. i think im not settup up the enviornmental variables right in w2k advanced tab. im using a wrox book, but the wrox book references a servlet...
15
by: Casanova | last post by:
Hello!! how can i get all the details of the environmental variables. If i use getenv, i will have to specify the name of the variable. for intsance i will have to give getenv("PATH") How can...
2
by: Steven | last post by:
I have an asp.net application written in VB.net. I want to access a client side environment variable. For instance, we set an environment variable for the UserName. So, I write the code for...
4
by: Shiraz | last post by:
Hi I'm using Visual Studio Installer to make my installer, and have not as yet figured out a straightforward way to use it to set environmental variables. Amongst the various things I tried, I'm...
9
by: Sathyaish | last post by:
In which physical file are the python environmental variables located? I know I can access them using the: os.environ.get('PYTHONSTARTUP') or os.environ.get('PYTHONPATH')
2
by: Kourosh | last post by:
I'm just wondering, is there a way I could use an environmental variable in an XML file to specify the path of its XSL file? something like <?xml-stylesheet type="text/xsl"...
2
Curtis Rutland
by: Curtis Rutland | last post by:
I want to get the actual physical path for some of the Windows Environmental Variables. If I typed %TEMP% into the Run prompt on Vista, I'd go to the folder: C:\Users\username\AppData\Local\Temp ...
9
by: iavian | last post by:
Hi all , I want to set a env variable in a C program? . Not through shell env variables. Any help? Thanks Vijay
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.