Skip to content

Doesn't compile #1

Description

@quade1664

I downloaded the project, after trying to run for first time i get a couple of issues in visual studio:

The command ""C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\lib\FLIR\x86\FLIR.Atlas.x86.bat" "C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\App\bin\x86\Debug"" exited with code 4. App

The command ""C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\lib\FLIR\x86\FLIR.Atlas.x86.bat" "C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\DataExtractor\bin\x86\Debug"" exited with code 4. DataExtractor

If i copy these files into the directory, it gets past that error, then i get the following:

Flir.Atlas.Image.ThermalException
HResult=0x80131500
Message=Cannot create internal object.
Source=Flir.Atlas.Image
StackTrace:
at Flir.Atlas.Image.ThermalImageFile..ctor()
at Flir.Atlas.Image.ThermalImageFile..ctor(String path)
at FLIRImageProcessor.DataExtractor.ImageProcessor..ctor(String imageFilePath) in C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\DataExtractor\ImageProcessor.cs:line 40
at FLIRImageProcessor.App.Program.Main(String[] args) in C:\Users\MYPC\Desktop\FLIRImageProcessor-master\src\App\Program.cs:line 67

Inner Exception 1:
BadImageFormatException: Could not load file or assembly 'Flir.FormatPlugin.IRSDK, Version=2.0.14266.1000, Culture=neutral, PublicKeyToken=caa391fd8e07c76b' or one of its dependencies. An attempt was made to load a program with an incorrect format.

its on ImageProccessor.cs on line 40
FlirImageFile = new ThermalImageFile(imageFilePath);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions