#libcurl.lib

24 messages · Page 1 of 1 (latest)

cinder crescent
#

Error LNK1104 cannot open file 'libcurl.lib' C:\Users\Crist\Desktop\ali\x48\UniversalHookX\LINK 1

mossy rockBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

stray minnow
#

is this path correct?... C:\Users\Crist\Desktop\ali\x48\UniversalHookX\LINK

#

specifically the LINK folder

cinder crescent
stray minnow
#

can you show some of that?

cinder crescent
stray minnow
#

i won't be able to help much without seeing where the lib is, how you're building & linking, etc...

stray minnow
#

ok so the path is wrong

#

next let's look at how you're building/linking

cinder crescent
#

where I change the path

stray minnow
#

i wonder if one of the commands is off and it's interpreting LINK as part of the path

cinder crescent
#

I don't know

stray minnow
#

me neither at the moment haha. if you can share the commands/scripts/project settings or whatever approach you're using to build the program I can help narrow down the cause

#

just keep pasting info in here, the more the better. i can't help much if I have 0 context about what you're trying to build and how you're trying to build it

stray minnow
#

you probably just need to define the path here (the field highlighted in blue):

#

just make sure to pay attention to the configuration and platform options at the top

#

any edits you make in there will apply only to the selected platform / configuration

stray minnow
#

just try adding the full path to the lib file in the top section (but don't overwrite the line that's already there)

#

it must be getting that wrong path from somewhere else still, but hopefully adding it there yourself will get you past that linker issue