You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some issues linking against Timecube. I was constantly getting the following error:
fatal error C1083: Cannot open compiler generated file: 'x64\Release\timecube.asm': No such file or directory
It turnes out that this is related to the following setting: "Properies" (of the timecube project) -> "C++" -> "Output Files" -> "Assembler Output".
Setting this to "No Listing" resolves the issue.
Does this have any impact? Is there any other way to be able to link against?
The text was updated successfully, but these errors were encountered:
I had some issues linking against Timecube. I was constantly getting the following error:
It turnes out that this is related to the following setting: "Properies" (of the timecube project) -> "C++" -> "Output Files" -> "Assembler Output".
Setting this to "No Listing" resolves the issue.
Does this have any impact? Is there any other way to be able to link against?
The text was updated successfully, but these errors were encountered: