I followed the directions here:
[url=]
https://4coder.handmade.network/f...omization_layer_-_getting_started[/url]
on my work PC and it worked great.
I then tried it at home, and the Compilation window in 4coder comes back with this:
1
2
3
4
5
6
7
8
9
10
11
12 | **********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.8.5
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
custom_layer.cpp
4coder_metadata_generator.cpp
custom_layer.cpp
LINK : fatal error LNK1104: cannot open file 'custom_4coder.dll'
Could Not Find C:\4coder\*.exp
Could Not Find C:\4coder\*.lib
exited with code 0
|
Paths and files are the same. Work PC is Windows 7, and I start 4coder by clicking on the 4ed.exe in file explorer.
On my home PC, Windows 8.1, I need to run 4ed.exe -f 32 from the command line due to a high-dpi screen and rendering.
Both PCs are 64-bit.
I am a bit feverish now, so perhaps I am missing something obvious. Any help is much appreciated!