Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win32 support for fping #43

Closed
wants to merge 5 commits into from
Closed

win32 support for fping #43

wants to merge 5 commits into from

Conversation

liudongmiao
Copy link

No description provided.

@@ -390,6 +533,12 @@ int main( int argc, char **argv )
#endif
HOST_ENTRY *cursor;

#ifdef _WIN32
Copy link
Author

Choose a reason for hiding this comment

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

microsoft particular code for socket.

@Wintereise
Copy link

Did this ever end up going anywhere?

@liudongmiao
Copy link
Author

After schweikert's idea, i just use another project, fping-win32, http://github.com/liudongmiao/fping-win32, based on the original source code, only add win32 support. However, I'm not using win32.

@Wintereise
Copy link

On 12/11/2013 午前 10:50, Liu DongMiao wrote:

After schweikert's idea, i just use another project, fping-win32,
http://github.com/liudongmiao/fping-win32
https://github.com/liudongmiao/fping-win32, based on the original
source code, only add win32 support. However, I'm not using win32.


Reply to this email directly or view it on GitHub
#43 (comment).

Hello,

Yeah, I went ahead and built that instead. Works fine, thank you.

@tigershadowclaw
Copy link

just found the fping-win32 project, compiled using nmake from visual studio. Thank you for this, all the other win32 fping.exe programs I've found don't have the easy to parse output like this and the linux version do. Saved me a lot of time.

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

Successfully merging this pull request may close these issues.

None yet

4 participants