Comment #3 on issue 459 by askl...@gmail.com: Wildcard input path for proto files does not work in 2.5.0rc1
http://code.google.com/p/protobuf/issues/detail?id=459

Alright, finally found the answer after a wild goose chase.

In Unix, path expansion has nothing to do with code, but everything to do with shell. In Windows, the default path expansion is handled by the program, not by the shell.

Therefore, in order to expand wildcard path in Windows, you need to link against a special method to get this feature.

http://msdn.microsoft.com/en-us/library/8bch7bkk%28v=vs.110%29.aspx

Not sure if this is a protobuf vsproj bug or VS2008 upgrade bug.

... Alan

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to