c++ - Committing a TLB file to repository -



c++ - Committing a TLB file to repository -

i'm importing tlb file project since i'm using com dll. tlb file binary file, need compile source code , wondering if it's programming practice commit repository.

yes, it's ok set binary files in source repository. rule called 'do not set binary files in source repository' should improve called 'do not set temporary files or files compilation result in source repository'. can't produced other files , relevant project (i.e. no editor preference files) can set in repository.

c++ windows dll repository type-library

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -