Skip to content

Update VS 2019 solution to match Makefile and bump version#20

Open
kylekeppler wants to merge 7 commits intobbaggerman:masterfrom
kylekeppler:develop
Open

Update VS 2019 solution to match Makefile and bump version#20
kylekeppler wants to merge 7 commits intobbaggerman:masterfrom
kylekeppler:develop

Conversation

@kylekeppler
Copy link
Copy Markdown
Contributor

Updated VS 2019 solution to export same functions as gcc Makefile.

Bump version to 1.3.0.

The older VS solutions still need to be updated but I don't have access to older VS versions anymore.

Copy link
Copy Markdown
Owner

@bbaggerman bbaggerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you found a minor bug but got the wrong fix. Rather than wrapping the "break;" in "else" braces I believe it should be un-indented one level and moved outside the "#if". Buy this?

#if defined(IRIG_NETWORKING)
else
enI106_MoveReadPointer(iHandle, (long)llSkipSize);
#endif
break;

Copy link
Copy Markdown
Owner

@bbaggerman bbaggerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't usually build the lib and dll these days.
I really need to get on board with CMake one of these days.

@kylekeppler
Copy link
Copy Markdown
Contributor Author

Think you are right on the break statement. Fix pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants