Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thumbnail Images Browser Pin
Maximilien14-Nov-02 4:46
Maximilien14-Nov-02 4:46 
GeneralCode to create a progress bar in a status bar within a thread Pin
nounours14-Nov-02 4:16
nounours14-Nov-02 4:16 
GeneralRe: Code to create a progress bar in a status bar within a thread Pin
RobJones14-Nov-02 5:08
RobJones14-Nov-02 5:08 
Generalneed solution about CHtmlView Pin
includeh1014-Nov-02 3:53
includeh1014-Nov-02 3:53 
GeneralRe: How to create dates directories and rename file extension using visual c++ Pin
Jason Henderson14-Nov-02 3:33
Jason Henderson14-Nov-02 3:33 
GeneralRe: How to create dates directories and rename file extension using visual c++ Pin
woonkop14-Nov-02 4:06
woonkop14-Nov-02 4:06 
GeneralRe: How to create dates directories and rename file extension using visual c++ Pin
Jason Henderson14-Nov-02 4:48
Jason Henderson14-Nov-02 4:48 
QuestionError building a DLL... lib file missing? Pin
Joan M14-Nov-02 1:13
professionalJoan M14-Nov-02 1:13 
Hello all,

I've done a service that sets a system wide keyboard hook, in order to be able to do this, I've done a DLL that installs a system wide hook in order to avoid the continuity of some keystrokes (alt+tab...).

The only problem is that there where some keystrokes that were not handled in that old version of that NTService + DLL... I need to handle those keystrokes that I missed before, but now I don't remember all the steps that I followed when I linked that DLL... Dead | X|

Now, after making the desired changes, when I try to build the DLL I get this compiler message:


--------------------------------------------------
Deleting intermediate files and output files for project 'SCT - Win32 Release'.
Deleting intermediate files and output files for project 'DLLSCT - Win32 Release'.
--------------------Configuration: SCT - Win32 Release--------------------
Generating Message Catalogue
MC: Compiling NTServiceEventLogMsg.mc
Writing .\MSG00000.bin
[00000003 .. 00000003] - 12 bytes
[40000000 .. 40000000] - 12 bytes
[80000001 .. 80000001] - 12 bytes
[c0000002 .. c0000002] - 12 bytes
Total of 4 messages, 100 bytes
Compiling resources...
Compiling...
DeshabilitarCtrlAltDel.cpp
main.cpp
NTService.cpp
SCT.cpp
Linking...
LINK : fatal error LNK1181: cannot open input file "..\DLLSCT\release\DLLSCT.lib"
Error executing link.exe.

DLLSCT.dll - 1 error(s), 0 warning(s)
--------------------------------------------------

I don't understand how should I have the .lib file in that folder if the compiler deletes all the files that are there, and moreover, I don't understand why there should be a lib file if the DLL is being created and the lib file is created by the compiler (if I remember it right... Confused | :confused: )

could you give me a piece of advice?

Thank you in advance
AnswerRe: Error building a DLL... lib file missing? Pin
RobJones14-Nov-02 5:17
RobJones14-Nov-02 5:17 
GeneralAllocating memory in different heaps Pin
makom4214-Nov-02 0:42
makom4214-Nov-02 0:42 
GeneralRe: Allocating memory in different heaps Pin
jhwurmbach14-Nov-02 2:32
jhwurmbach14-Nov-02 2:32 
GeneralRe: Allocating memory in different heaps Pin
makom4214-Nov-02 4:02
makom4214-Nov-02 4:02 
GeneralRe: Allocating memory in different heaps Pin
jhwurmbach14-Nov-02 4:15
jhwurmbach14-Nov-02 4:15 
GeneralRe: Allocating memory in different heaps Pin
makom4214-Nov-02 4:20
makom4214-Nov-02 4:20 
GeneralRe: Allocating memory in different heaps Pin
makom4214-Nov-02 4:30
makom4214-Nov-02 4:30 
GeneralRe: Allocating memory in different heaps Pin
jhwurmbach14-Nov-02 4:41
jhwurmbach14-Nov-02 4:41 
GeneralRe: Allocating memory in different heaps Pin
makom4214-Nov-02 4:56
makom4214-Nov-02 4:56 
GeneralRe: Allocating memory in different heaps Pin
ian mariano14-Nov-02 6:44
ian mariano14-Nov-02 6:44 
GeneralRe: Allocating memory in different heaps Pin
Scott H. Settlemier14-Nov-02 12:20
Scott H. Settlemier14-Nov-02 12:20 
GeneralRe: Allocating memory in different heaps Pin
Anonymous15-Nov-02 3:27
Anonymous15-Nov-02 3:27 
GeneralRe: Allocating memory in different heaps Pin
makom4215-Nov-02 3:29
makom4215-Nov-02 3:29 
GeneralCTabCtrl sizing problem... (property sheet) Pin
Joan M14-Nov-02 0:42
professionalJoan M14-Nov-02 0:42 
GeneralRe: CTabCtrl sizing problem... (property sheet) Pin
Chris Hambleton14-Nov-02 4:31
Chris Hambleton14-Nov-02 4:31 
GeneralDialog placement... Pin
Neha14-Nov-02 0:04
Neha14-Nov-02 0:04 
GeneralRe: Dialog placement... Pin
Christian Graus14-Nov-02 0:27
protectorChristian Graus14-Nov-02 0:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.