Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th May 2021, 13:52   #1  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Help in Compiling on VC++ 2019 version

I am compiling on vc++ 2019 version all my dlls and was able to see them in the release folder. However now I see instead of the .dll, a .dll.Recipe file. It is about 1kb and contains xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <ProjectOutputs>
    <ProjectOutput>
      <FullPath>C:\TransPlugins\bin_avsPlus\FQPlus\x64\Release\FQPlus.dll</FullPath>
    </ProjectOutput>
  </ProjectOutputs>
  <ContentFiles />
  <SatelliteDlls />
  <NonRecipeFileRefs />
</Project>
I find that vdub is able to access the file through avs script. But when I try to insert this in the .7z, I see only the .dll.recipe file.
My linker output file correctly specifies as .dll file. How come this xml file is appearing? How to get the dll file? On line I could not get
__________________
mohan
my plugins are now hosted here

Last edited by vcmohan; 10th May 2021 at 14:00.
vcmohan is offline   Reply With Quote
Old 11th May 2021, 03:03   #2  |  Link
patul
Registered User
 
Join Date: Sep 2005
Posts: 130
Hi there vcmohan,

I don't know if this will help you, but I think it is worth to try.

On other note, please stay safe and healthy, as we heard from the news what is happening in India. Best of luck.
patul is offline   Reply With Quote
Old 11th May 2021, 12:45   #3  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Thanks. Yes its a bad situation.
I accidentally solved problem. I was compiling on x64 platform when the problem cropped up. I changed to x86 (32 bit) platform and compiled. That corresponding release folder had the dll. Then I reverted back to x64 and compiled. Now I see the dll in the x64/release/ .
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.